home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14318 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!news
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: Looking for "disques vinyle" noise eliminator
  5. Date: 29 Mar 1996 16:30:46 GMT
  6. Organization: Netcom
  7. Message-ID: <4jh37m$scq@dfw-ixnews6.ix.netcom.com>
  8. References: <1996Mar27.125940.1@eig.unige.ch>
  9. NNTP-Posting-Host: den-co11-03.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Fri Mar 29 10:30:46 AM CST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <1996Mar27.125940.1@eig.unige.ch>, guinnard@eig.unige.ch says...
  16. >
  17. >I'm looking for a filter application for wave files which takes a .WAV and
  18. >convert it to a .WAV with the same format (really ?!?!). _BUT_ this filter
  19. >must eliminate noise from a 33RPM disc (disque vinyle en fracais...).
  20.  
  21. Um, perhaps this really belongs on a DSP newsgroup, but...
  22.  
  23. Removing noise from a recording is *not* simple.  In general, you
  24. cannot distinguish "noise" from "sound" (is a cymbal noise?).
  25. Attempts to do so in commercial productions (like the Beatles on CD)
  26. were expensive and involved.
  27.  
  28. That being said, there are some algorithms out there specifically
  29. for "hiss" removal (which mostly use a form of sliding-bandwidth
  30. lowpass filter like dolby C), and "pop" removal (which tend
  31. to dampen percussion a bit).  If you cannot find these algorithms
  32. available for the PC, try a signal-processing newsgroup and you
  33. will probably find some code for this somewhere...
  34.  
  35. john lilley
  36.  
  37.